home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / shape-files / mshardfile0 / Disk & File / chunkjoiner-2.2 / ChunkJoiner version history < prev    next >
Text File  |  1997-10-29  |  4KB  |  21 lines

  1. ×    2.2 - Reorganized the File menu. Can insert the source documentsÕ names into the joined document. Added Ignore Case option for searching. Can use the InternetConfig extensions mapping database to appropriately set the icon of the joined doc. Linked with MoreFiles 1.4.6 & InternetConfig 1.4 glue. Minor fixes.
  2. ×    2.1.2 - Linked with MoreFiles 1.4.1. Minor fixes.
  3. ×    2.1.1 - Creates the destination document in the Temporary Items folder, and moves it into place when done; this way you cannot fiddle with the document whilst in the middle of the operation. Linked with the InternetConfig 1.2 glue, and my latest libraries. Compiled with CW 7. Other minor fixes and tweaks.
  4. ×    2.1 - Back to PPC optimization level 4 (compiled with CodeWarrior 6.1). Should work on a PowerMac without DragLib installed. Supports InternetConfig. Accepts drag&drop from the System 7.5 Find File window. Additional skipping option.
  5. ×    2.0.1 - Now is system cache friendly, thanks to an Apple (Jim LutherÕs) TechNote. Having read the CodeWarrior 6 release notes, I have recompiled the PowerPC side with optimization level 1. Updated the docs.
  6. ×    2.0 - Complete user interface redesign. Uses the Apple MoreFiles library. E-mail address update. Makes setext: try getting the excellent EasyView by Akif Eyler or try this URL to learn more:
  7. http://www.bsdi.com/setext/
  8. ×    1.2.1 - Fixed the user interface in the search&insert strings dialogs.
  9. ×    1.2 - Native PowerPC code; can join in reverse order; can insert header, separators and footer.
  10. ×    1.1.1 - Fixes in the docs; fixed a big, big bug: forgot one very important line of C code. Fortunately, Alessandro Levi Montalcini used my code inside his List Files application and found the bug for me.
  11. ×    1.1 - Various fixes; new handy option if your e-mail gateway splits long messages.
  12. ×    1.0.6 - Revised the code; now saves its preferences.
  13. ×    1.0.5 - Fixed an incredible bug, causing ChunkJoiner not to quit after joining.
  14. ×    1.0.4 - The registration form greedily asked for $10 instead of $5; various minor fixes.
  15. It seems that the new Sound Manager and/or the Speech Manager want too much stack space, so that sound playing often failed. I increased my stack requirements, even if I think that this is a bug in the Apple Managers.
  16. ×    1.0.3 - Added a nifty registration form.
  17. ×    1.0.2 - Corrected the check box misinforming that the documents are deleted after joining: the documents are actually deleted while the joining is in progress, that is, the document you dropped is deleted as soon as it is appended to the destination document. Why this ÒunsafeÓ behavior? Because sometimes I have to join large segments in a big single document, and my hard disk would not hold both the originals and the joined document; deleting the originals while joining lets me join even if I am short of disk space.
  18. The Command-period key combination is detected in the Apple-approved way; the previous method I adopted, although pretty straightforward, does not work (according to Apple) on some international keyboards.
  19. ×    1.0.1 - Fixed a silly bug: I was not locking the sound handle because I assumed that the Sound Manager did it for me; nicely indeed, this bug was consistent across all my applications (the advantages of code reusability, you know). Sound Manager 2.x locked the handle for me (I observed that with Swatch), whereas Sound Manager 3.0 does not. The bug was found by Alessandro Levi Montalcini on the phone: ÇOh, I am quite sure you are not locking the sound handleÉÈ.
  20. You can continue joining if you press esc by mistake.
  21. Fixed a potential bomb (no bashing, please) which could happen if you stopped the process (I forgot to initialize a Handle to nil).